Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / Item Property

In This Topic
    Item Property (StructList<T>)
    In This Topic
    Gets a reference to the struct at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As T
    public T this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also